[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 HANGUP

 Function
  Hangup on the user without any notification and perform abnormal
  logoff processing.

 Syntax
  HANGUP   No arguments are required

 Remarks
  This statement is useful in situations where you need to get the caller
  off immediately without any delay or notice.  It will hangup on the
  caller, do all logoff processing, and log an abnormal logoff to the
  callers log.

 Examples
  STRING s
  INPUT "What do you want to do",s
  IF     (s = "G")    THEN GOODBYE
  ELSEIF (s = "BYE")  THEN BYE
  ELSEIF (s = "HANG") THEN HANGUP
  ELSE                     KBDSTUFF s
  ENDIF

See Also: BYE GOODBYE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson